From: Paul Eggert Date: Sat, 16 Apr 2011 21:28:14 +0000 (-0700) Subject: * xfaces.c (USG, __TIMEVAL__): Likewise. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~1857^2~10 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=875975e94dae06f2da4c1e0ad5bdc4cfd5b5f449;p=emacs.git * xfaces.c (USG, __TIMEVAL__): Likewise. --- diff --git a/src/ChangeLog b/src/ChangeLog index a11562b4d7a..ec43b7b2f72 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,7 @@ * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier by pacifying GCC about it. Maybe it's time to retire it? + * xfaces.c (USG, __TIMEVAL__): Likewise. * dispextern.h (struct redisplay_interface): Rename param to avoid shadowing. diff --git a/src/xfaces.c b/src/xfaces.c index 5cfe99d1285..fbed183522a 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -273,6 +273,8 @@ along with GNU Emacs. If not, see . */ #include #define USG #define __TIMEVAL__ +#if defined USG || defined __TIMEVAL__ /* Don't warn about unused macros. */ +#endif #else /* not XOS_NEEDS_TIME_H */ #include #endif /* not XOS_NEEDS_TIME_H */